home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PFindParaAttr.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:15 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PFindParaAttr__
- #define __PFindParaAttr__
-
- class PFindParaAttr
- {
-
- public:
-
- PFindParaAttr(const char * sParaStyle, short cAlignment, short cLeadingType);
-
- private:
-
- PFindParaAttr();
- };
-
- #endif
-
- // end of PFindParaAttr.h
-